LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-07-2022, 06:04 AM   #1
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
regression on -current with pangomm


pangomm doesn't build anymore on -current:

Code:
FAILED: pango/pangomm/libpangomm-1.4.so.1.0.30.p/_tmp_pangomm-2.42.2_untracked_pango_pangomm_attrlist.cc.o 
ccache c++ -Ipango/pangomm/libpangomm-1.4.so.1.0.30.p -Ipango/pangomm -I../pango/pangomm -Ipango -I../pango -I../untracked/pango -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib64/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O3 -Wall -O2 -fPIC -fPIC -pthread -DPANGOMM_BUILD=1 -MD -MQ pango/pangomm/libpangomm-1.4.so.1.0.30.p/_tmp_pangomm-2.42.2_untracked_pango_pangomm_attrlist.cc.o -MF pango/pangomm/libpangomm-1.4.so.1.0.30.p/_tmp_pangomm-2.42.2_untracked_pango_pangomm_attrlist.cc.o.d -o pango/pangomm/libpangomm-1.4.so.1.0.30.p/_tmp_pangomm-2.42.2_untracked_pango_pangomm_attrlist.cc.o -c /tmp/pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc
/tmp/pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc: Dans le constructeur «*Pango::AttrList::AttrList(const Glib::ustring&, gunichar)*»:
/tmp/pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc:38:20: erreur: «*pango_parse_markup*» n'a pas été déclaré dans cette portée
   38 |   gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker,
      |                    ^~~~~~~~~~~~~~~~~~
/tmp/pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc: Dans le constructeur «*Pango::AttrList::AttrList(const Glib::ustring&, gunichar, Glib::ustring&, gunichar&)*»:
/tmp/pangomm-2.42.2/untracked/pango/pangomm/attrlist.cc:65:20: erreur: «*pango_parse_markup*» n'a pas été déclaré dans cette portée
   65 |   gboolean bTest = pango_parse_markup(markup_text.c_str(), -1 /* means null-terminated */, accel_marker,
It seems to be the pango modified headers files, follow link:
https://trac.macports.org/ticket/64430

The patch provided here : https://gitlab.gnome.org/GNOME/pango...b1511d291e343f
isn't enough to solve the problem.

I tried to upgrade:
- 2.50.0 doesn't build
- 2.48.2 doesn't build
- 2.46.2 is ok.
 
Old 09-08-2022, 07:18 AM   #2
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,339

Rep: Reputation: 932Reputation: 932Reputation: 932Reputation: 932Reputation: 932Reputation: 932Reputation: 932Reputation: 932
Sorry i miss is the mm pango ...

archlinux stucks on 2.46.2 and no outdated alerts..

Last edited by USUARIONUEVO; 09-08-2022 at 07:20 AM.
 
Old 09-08-2022, 11:39 AM   #3
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
slackware is with 2.42.2 and 2.46.2 is the only working one.
 
Old 02-06-2023, 12:51 AM   #4
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
problem solved in -current.
Thanks to PV.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] pangomm-2.24.2 doesn't build anymore in -SFS current nobodino Slackware 1 08-04-2022 04:16 PM
[SOLVED] Slackware-current: Bash-completion regression orbea Slackware 2 04-05-2016 03:44 PM
[SOLVED] i915 regression in -current NicePics13 Slackware 12 09-13-2015 05:36 PM
xorg regression in -current mina86 Slackware 5 03-06-2013 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration